-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add helpText for SpliceAI #3637
Conversation
bpblanken
commented
Sep 27, 2023
👍 Do we also want to mention "screen"? It has the same behavior as splice_ai I believe? |
I feel like screen is covered by "ANY of the specified annotations", it pretty much looks to users like thr other annotations in the filter so while in the database the filtering is quite different, to the user I do not think it is |
4fda717
to
7feda92
Compare
@@ -472,13 +472,6 @@ export const IN_SILICO_FIELDS = [REQUIRE_SCORE_FIELD, ...PREDICTOR_FIELDS.filter | |||
const labelHelp = ( | |||
<div> | |||
{`Enter a numeric cutoff for ${label}`} | |||
{dangerThreshold && ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe this is dead code after the recent changes... is that correct?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yeah, but actually we should be replacing this with updated logic from the config thresholds, not just removing it. I would leave it for now and make a ticket to properly update it (or you can give that a go if you want)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍